home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / protect-your-privacy / p.g.p. / pgpamiga / bin / pgp.hlp < prev    next >
Text File  |  1996-02-26  |  6KB  |  122 lines

  1.               Here's a quick summary of PGP v2.3 commands
  2.               -------------------------------------------
  3.  
  4. pgp -e textfile her_userid          To encrypt a plaintext file with the
  5.                                     recipient's public key:
  6.  
  7. pgp -s textfile [-u your_userid]    To sign a plaintext file with your
  8.                                     secret key:
  9.  
  10. pgp -es textfile her_userid [-u your_userid]  To sign a plaintext file with
  11.                                     your secret key, and then encrypt it
  12.                                     with the recipient's public key:
  13.  
  14. pgp -c textfile                     To encrypt a plaintext file with just
  15.                                     conventional cryptography, type:
  16.  
  17. pgp ciphertextfile [-o plaintextfile]  To decrypt an encrypted file, or to
  18.                                     check the signature integrity of a
  19.                                     signed file:
  20.  
  21. pgp -e textfile userid1 userid2 userid3  To encrypt a message for any
  22.                                     number of multiple recipients:
  23.  
  24.                     --- Key management commands: ---
  25.  
  26. pgp -kg                             To generate your own unique
  27.                                     public/secret key pair:
  28.  
  29. pgp -ka keyfile [keyring]           To add a public or secret key file's
  30.                                     contents to your public or secret key
  31.                                     ring:
  32.  
  33. pgp -kx userid keyfile [keyring] or:  To extract (copy) a key from your
  34. pgp -kxa userid keyfile [keyring]   public or secret key ring:
  35.  
  36. pgp -kv[v] [userid] [keyring]       To view the contents of your public
  37.                                     key ring:
  38.  
  39. pgp -kvc [userid] [keyring]         To view the "fingerprint" of a public
  40.                                     key, to help verify it over the
  41.                                     telephone with its owner:
  42.  
  43. pgp -kc [userid] [keyring]          To view the contents and check the
  44.                                     certifying signatures of your public
  45.                                     key ring:
  46.  
  47. pgp -ke userid [keyring]            To edit the userid or pass phrase for
  48.                                     your secret key:
  49.  
  50. pgp -ke userid [keyring]            To edit the trust parameters for a
  51.                                     public key:
  52.  
  53. pgp -kr userid [keyring]            To remove a key or just a userid from
  54.                                     your public key ring:
  55.  
  56. pgp -ks her_userid [-u your_userid] [keyring]  To sign and certify someone
  57.                                     else's public key on your public key
  58.                                     ring:
  59.  
  60. pgp -krs userid [keyring]           To remove selected signatures from a
  61.                                     userid on a keyring:
  62.  
  63. pgp -kd your_userid                 To permanently revoke your own key,
  64.                                     issuing a key compromise certificate:
  65.  
  66. pgp -kd userid                      To disable or reenable a public key on
  67.                                     your own public key ring:
  68.  
  69.                        --- Esoteric commands: ---
  70.  
  71. pgp -n                              To switch PGP into 2.6 mode, meaning
  72.                                     that the generated files will not be
  73.                                     readable by earlier versions.
  74.  
  75. pgp -d ciphertextfile               To decrypt a message and leave the
  76.                                     signature on it intact:
  77.  
  78. pgp -sb textfile [-u your_userid]   To create a signature certificate that
  79.                                     is detached from the document:
  80.  
  81. pgp -b ciphertextfile               To detach a signature certificate from
  82.                                     a signed message:
  83.  
  84.   ---  Command options that can be used in combination with other   ---
  85.   --- command options (sometimes even spelling interesting words!): ---
  86.  
  87. pgp -sea textfile her_userid or:    To produce a ciphertext file in ASCII
  88. pgp -kxa userid keyfile [keyring]   radix-64 format, just add the -a option
  89.                                     when encrypting or signing a message
  90.                                     or extracting a key:
  91.  
  92. pgp -sew message.txt her_userid     To wipe out the plaintext file after
  93.                                     producing the ciphertext file, just add
  94.                                     the -w (wipe) option when encrypting or
  95.                                     signing a message:
  96.  
  97. pgp -seat message.txt her_userid    To specify that a plaintext file
  98.                                     contains ASCII text, not binary, and
  99.                                     should be converted to recipient's local
  100.                                     text line conventions, add the -t (text)
  101.                                     option to other options:
  102.  
  103. pgp -m ciphertextfile               To view the decrypted plaintext output
  104.                                     on your screen (like the Unix-style
  105.                                     "more" command), without writing it to
  106.                                     a file, use the -m (more) option while
  107.                                     decrypting:
  108.  
  109. pgp -steam message.txt her_userid   To specify that the recipient's
  110.                                     decrypted plaintext will be shown ONLY
  111.                                     on her screen and cannot be saved to
  112.                                     disk, add the -m option:
  113.  
  114. pgp -p ciphertextfile               To recover the original plaintext
  115.                                     filename while decrypting, add the
  116.                                     -p option:
  117.  
  118. pgp -feast her_userid <inputfile >outputfile  To use a Unix-style filter
  119.                                     mode, reading from standard input and
  120.                                     writing to standard output, add the
  121.                                     -f option:
  122.